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 Summary
Constructors 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEnteredCredential()StringgetNonce()NonceCredentialsPolicyTypegetPolicy()- 
Methods inherited from class com.evolveum.midpoint.model.api.context.AbstractAuthenticationContext
createFocusQuery, getPrincipalType, getRequireAssignments, getUsername, isSupportActivationByChannel, setSupportActivationByChannel 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NonceAuthenticationContext
public NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy)
 
- 
NonceAuthenticationContext
public NonceAuthenticationContext(String username, Class<? extends FocusType> principalType, String nonce, NonceCredentialsPolicyType policy, List<ObjectReferenceType> requireAssignment)
 
 - 
 
- 
Method Detail
- 
getNonce
public String getNonce()
 
- 
getPolicy
public NonceCredentialsPolicyType getPolicy()
 
- 
getEnteredCredential
public Object getEnteredCredential()
- Specified by:
 getEnteredCredentialin classAbstractAuthenticationContext
 
 - 
 
 -