Package com.soffid.iam.sync.intf
Interface KerberosAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KerberosPrincipalInfocreateServerPrincipal(String server)StringfindPrincipalAccount(String principal)String[]getDomainNames()StringgetRealmName()String[]getRealmServers()StringparseKerberosToken(String domain, byte[] keytab, byte[] token)
-
-
-
Method Detail
-
createServerPrincipal
KerberosPrincipalInfo createServerPrincipal(String server) throws InternalErrorException
- Throws:
InternalErrorException
-
getRealmName
String getRealmName() throws InternalErrorException
- Throws:
InternalErrorException
-
getRealmServers
String[] getRealmServers() throws InternalErrorException
- Throws:
InternalErrorException
-
parseKerberosToken
String parseKerberosToken(String domain, byte[] keytab, byte[] token) throws InternalErrorException
- Throws:
InternalErrorException
-
findPrincipalAccount
String findPrincipalAccount(String principal) throws InternalErrorException
- Throws:
InternalErrorException
-
getDomainNames
String[] getDomainNames() throws InternalErrorException
- Throws:
InternalErrorException
-
-