Package com.soffid.iam.sync.intf
Interface KerberosAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KerberosPrincipalInfo
createServerPrincipal(String server)
String
findPrincipalAccount(String principal)
String[]
getDomainNames()
String
getRealmName()
String[]
getRealmServers()
String
parseKerberosToken(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
-
-