public class ClientPrincipal
extends java.lang.Object
implements java.security.Principal
RemotePrincipal
interface. This class makes a remote principal locally available using the
Java Principal interface.Principal,
RemotePrincipal| Constructor and Description |
|---|
ClientPrincipal(RemotePrincipal p) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
RemotePrincipal |
getRemotePrincipal()
Returns the
RemotePrincipal encapsulated in this instance. |
public ClientPrincipal(RemotePrincipal p)
public java.lang.String getName()
getName in interface java.security.Principalpublic final RemotePrincipal getRemotePrincipal()
RemotePrincipal encapsulated in this instance.
NOTE: This method is intended to only be used in the JCR RMI implementation to be able to "send back" remote principals to the server for implementation of the remote JCR API.
RemotePrincipal encapsulated in this instance."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"