Class OAMUserDNPrincipal
java.lang.Object
oracle.security.am.common.utilities.principal.OAMUserDNPrincipal
- All Implemented Interfaces:
Externalizable
,Serializable
,Principal
- Since:
- release specific (what release of product did this appear in)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
readExternal<wbr>(ObjectInput in)
toString()
void
writeExternal<wbr>(ObjectOutput oo)
-
Constructor Details
-
OAMUserDNPrincipal
public OAMUserDNPrincipal() -
OAMUserDNPrincipal
-
-
Method Details
-
getName
-
equals
-
hashCode
public int hashCode() -
toString
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-