Package com.adobe.idp.um.api.infomodel
Interfacepublic interface AuthResult

Authentication result interface.



Public Methods
 MethodDefined by
  
String getAssertion()
Retrieves the assertion.
AuthResult
  
Retrieves the authenticated user.
AuthResult
  
String getAuthType()
Retrieves the authentication type.
AuthResult
  
Retrieves the expiration date.
AuthResult
  
boolean isComplete()
Determines whether the authenticated principal object contains group and role assignment information.
AuthResult
Method Detail
getAssertion()
public String getAssertion()

Retrieves the assertion.

Returns
getAuthenticatedUser() 
public User getAuthenticatedUser()

Retrieves the authenticated user.

Returns
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.

Returns
true 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/es/sdkHelp/programmer/javadoc/com/adobe/idp/um/api/infomodel/AuthResult.html