| Package | com.adobe.idp.um.api.infomodel |
| Interface | public interface AuthResult |
| Method | Defined By | ||
|---|---|---|---|
String getAssertion() Retrieves the assertion. | AuthResult | ||
Retrieves the authenticated user. | AuthResult | ||
String getAuthType() Retrieves the authentication type. | AuthResult | ||
Date getExpirationHint() Retrieves the expiration date. | AuthResult | ||
boolean isComplete() Determines whether the authenticated principal object contains group and role assignment information. | AuthResult | ||
| getAssertion | () |
public String getAssertion()Retrieves the assertion.
Returns| getAuthenticatedUser | () |
| getAuthType | () |
public String getAuthType()Retrieves the authentication type.
Returns| getExpirationHint | () |
public Date getExpirationHint()Retrieves the expiration date. There is no guarantee that the value is accurate, but it will be no later than the actual expiration date.
Returns| isComplete | () |
public boolean isComplete()Determines whether the authenticated principal object contains group and role assignment information.
Returnstrue if the authenticated principal object contains group and role assignment information, false otherwise. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/AuthResult.html