Package com.soffid.iam.sync.intf
Interface KerberosAgent
- All Superinterfaces:
Remote
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerPrincipal(String server) findPrincipalAccount(String principal) String[]String[]parseKerberosToken(String domain, byte[] keytab, byte[] token)
-
Method Details
-
createServerPrincipal
- Throws:
InternalErrorException
-
getRealmName
- Throws:
InternalErrorException
-
getRealmServers
- Throws:
InternalErrorException
-
parseKerberosToken
- Throws:
InternalErrorException
-
findPrincipalAccount
- Throws:
InternalErrorException
-
getDomainNames
- Throws:
InternalErrorException
-