Methods in org.apache.directory.server.kerberos.sam that throw SamException |
void |
SamVerifier.startup()
Starts one of many pluggable SAM type subsystem. |
javax.security.auth.kerberos.KerberosKey |
SamVerifier.verify(javax.security.auth.kerberos.KerberosPrincipal principal,
byte[] sad)
Verifies the single use password supplied. |
javax.security.auth.kerberos.KerberosKey |
SamSubsystem.verify(PrincipalStoreEntry entry,
byte[] sad)
Uses the principal entry information to load the approapriate SamVerifier
and verify the Single-use password. |