6.1 Authenticator Samples
These samples show how to do authentications, including working
with tokens, identities, and login and logout.
- CreateTokens.java creates
a token or authentication login secret using an NDS or bindery identity.
- CreateTokensPI.java creates
a token or authentication login secret using a password identity.
- ModifyTokens.java modifies
a token or authentication login secret using a passed in NDS or
bindery identity.
- ModifyTokensPI.java modifies
a token or authentication login secret using the passed in password
identity.
- VerifyTokens.java verifies
a token or authentication login secret using a passed in NDS or
bindery identity.
- VerifyTokensPI.java verifies
a token or authentication login secret using the passed in password
identity.
- GetIdentities.java generates a
list of currently authenticated Identity objects either with or
without an IdentityScope.
- Login.java performs
a login of the passed in Identity object to its scope.
- LoginPI.java performs
a login of the passed in password Identity object to its scope.
- Logout.java performs
a logout of the passed in Identity object to its scope.
- LogoutPI.java performs
a logout of the passed in password Identity object to its scope.