Class NonceAuthenticationContext
- java.lang.Object
- 
- com.evolveum.midpoint.model.api.context.AbstractAuthenticationContext
- 
- com.evolveum.midpoint.model.api.context.NonceAuthenticationContext
 
 
- 
 public class NonceAuthenticationContext extends AbstractAuthenticationContext 
- 
- 
Constructor SummaryConstructors Constructor Description NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy)NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy, List<ObjectReferenceType> requireAssignment)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnteredCredential()StringgetNonce()NonceCredentialsPolicyTypegetPolicy()- 
Methods inherited from class com.evolveum.midpoint.model.api.context.AbstractAuthenticationContextcreateFocusQuery, getPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel, setSupportActivationByChannel
 
- 
 
- 
- 
- 
Constructor Detail- 
NonceAuthenticationContextpublic NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy) 
 - 
NonceAuthenticationContextpublic NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy, List<ObjectReferenceType> requireAssignment) 
 
- 
 - 
Method Detail- 
getNoncepublic String getNonce() 
 - 
getPolicypublic NonceCredentialsPolicyType getPolicy() 
 - 
getEnteredCredentialpublic Object getEnteredCredential() - Specified by:
- getEnteredCredentialin class- AbstractAuthenticationContext
 
 
- 
 
-