Class OAMAuthLevelPrincipal
java.lang.Object
oracle.security.am.common.utilities.principal.OAMAuthLevelPrincipal
- 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
-
OAMAuthLevelPrincipal
public OAMAuthLevelPrincipal() -
OAMAuthLevelPrincipal
-
-
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
-