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


public interface AuthResult

Authentication result interface.


Method Summary
 String getAssertion()
          Retrieves the assertion.
 User getAuthenticatedUser()
          Retrieves the authenticated user.
 String getAuthType()
          Retrieves the authentication type.
 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

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

String getAssertion()
Retrieves the assertion.


getAuthType

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.


[an error occurred while processing this directive] [an error occurred while processing this directive]