org.opends.server.authorization.dseecompat
Class UserDNTypeURL

java.lang.Object
  extended by org.opends.server.authorization.dseecompat.UserDNTypeURL

public class UserDNTypeURL
extends java.lang.Object

The UserDNTypeURL class contains the EnumUserDNType and the URL value, of a "userdn" URL decoded by the UserDN.decode() method.


Method Summary
 LDAPURL getURL()
          Returns the URL.
 EnumUserDNType getUserDNType()
          Returns the DN type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserDNType

public EnumUserDNType getUserDNType()
Returns the DN type.

Returns:
The DN type of the URL.

getURL

public LDAPURL getURL()
Returns the URL.

Returns:
The URL decoded by the UserDN.decode() method.