issrg.pba.rbac
Class DNWithURLPrincipal
java.lang.Object
issrg.pba.rbac.LDAPDNPrincipal
issrg.pba.rbac.DNWithURLPrincipal
- All Implemented Interfaces:
- java.security.Principal
public class DNWithURLPrincipal
- extends LDAPDNPrincipal
DeprecatedThis class was used to help identify a Principal
in a specific repository. Use TokenLocator instead.
This class represents a DN accompanied with the URL of the repository
that the DN relates to. It also optionally points to the specific
authorisation
token that belongs to the Principal by specifying its serial number.
- See Also:
TokenLocator
Constructor Summary |
DNWithURLPrincipal(java.lang.String dn,
java.lang.String ldapURL)
This constructor builds a DNWithURLPrincipal given the DN and the URL
of the repository that the DN relates to. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
hashCode, toString |
DNWithURLPrincipal
public DNWithURLPrincipal(java.lang.String dn,
java.lang.String ldapURL)
throws RFC2253ParsingException,
BadURLException
- This constructor builds a DNWithURLPrincipal given the DN and the URL
of the repository that the DN relates to.
- Throws:
RFC2253ParsingException
BadURLException
getRepositoryURL
public java.lang.String getRepositoryURL()