com.adobe.idp.um.api.infomodel
Interface AuthResult


public interface AuthResult

Authentication result interface.


Method Summary
 java.lang.String getAssertion()
          Retrieves the assertion.
 User getAuthenticatedUser()
          Retrieves the authenticated user.
 java.lang.String getAuthType()
          Retrieves the authentication type.
 java.util.Date getExpirationHint()
          Retrieves the expiration date.
 boolean isComplete()
          Determines whether the authenticated principal object contains group and role assignment information.
 

Method Detail

getAuthenticatedUser

User getAuthenticatedUser()
Retrieves the authenticated user.


getExpirationHint

java.util.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.


getAssertion

java.lang.String getAssertion()
Retrieves the assertion.


getAuthType

java.lang.String getAuthType()
Retrieves the authentication type.


isComplete

boolean isComplete()
Determines whether the authenticated principal object contains group and role assignment information.

Returns:
true if the authenticated principal object contains group and role assignment information, false otherwise.