Package com.soffid.iam.sync.intf
Class KerberosPrincipalInfo
java.lang.Object
com.soffid.iam.sync.intf.KerberosPrincipalInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetKeytab(byte[] keytab) voidsetPassword(Password password) voidsetPrincipalName(String principalName) voidsetUserName(String userName)
-
Constructor Details
-
KerberosPrincipalInfo
public KerberosPrincipalInfo()
-
-
Method Details
-
getUserName
-
setUserName
-
getPassword
-
setPassword
-
getPrincipalName
-
setPrincipalName
-
getKeytab
public byte[] getKeytab() -
setKeytab
public void setKeytab(byte[] keytab)
-