| java.lang.Object com.sun.portal.wsrp.producer.ProducerDN
ProducerDN | public class ProducerDN (Code) | | |
Method Summary | |
public static String | getConsumer(String consumerDN) Gets the consumer (actually the registration handle) from the
given consumer DN. | public static String | getConsumerDN(String org, String instance, String consumer, String portalId) Gets the DN for the consumer (registration) organizational unit. | public static String | getConsumerDN(String producerDN, String consumer) Gets the DN for the consumer (registration) organizational unit. | public static String | getConsumerPeopleDN(String org, String instance, String consumer, String portalId) Gets the DN for the consumer people container. | public static String | getDefaultPeopleDN(String org, String instance, String portalId) Gets the DN for the default people container. | public static String | getDefaultUserDN(String org, String instance, String portalId) Gets the DN for the default producer user entry. | public static String | getProducerDN(String org, String instance, String portalId) Gets the DN for the producer instance organizational unit. | public static String | getProducersDN(String org, String portalId) Gets the DN for the producers' organizational unit. | public static String | getProducersRoleDN(String org, String instance, String regHandle, String portalId) | public static String | getProducersRoleName(String instanceName, String regHandle, String portalId) | public static String | getUserDN(String org, String instance, String consumer, String user, String portalId) Gets the DN for a producer user entry. |
WSRP_ROLE_CN_PREFIX | final public static String WSRP_ROLE_CN_PREFIX(Code) | | |
WSRP_ROLE_PREFIX | final public static String WSRP_ROLE_PREFIX(Code) | | |
getConsumer | public static String getConsumer(String consumerDN)(Code) | | Gets the consumer (actually the registration handle) from the
given consumer DN.
For example: return aConsumer given ou=aConsumer,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getConsumerDN | public static String getConsumerDN(String org, String instance, String consumer, String portalId)(Code) | | Gets the DN for the consumer (registration) organizational unit.
For example: ou=aConsumer,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getConsumerDN | public static String getConsumerDN(String producerDN, String consumer)(Code) | | Gets the DN for the consumer (registration) organizational unit.
For example: ou=aConsumer,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getConsumerPeopleDN | public static String getConsumerPeopleDN(String org, String instance, String consumer, String portalId)(Code) | | Gets the DN for the consumer people container.
For example: ou=People,ou=aConsumer,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getDefaultPeopleDN | public static String getDefaultPeopleDN(String org, String instance, String portalId)(Code) | | Gets the DN for the default people container.
For example: ou=People,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getDefaultUserDN | public static String getDefaultUserDN(String org, String instance, String portalId)(Code) | | Gets the DN for the default producer user entry.
For example: uid=default,ou=People,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getProducerDN | public static String getProducerDN(String org, String instance, String portalId)(Code) | | Gets the DN for the producer instance organizational unit.
For example: ou=default,ou=WSRPProducers,dc=sun,dc=com
|
getProducersDN | public static String getProducersDN(String org, String portalId)(Code) | | Gets the DN for the producers' organizational unit.
For example: ou=WSRPProducers,dc=sun,dc=com
|
getProducersRoleDN | public static String getProducersRoleDN(String org, String instance, String regHandle, String portalId)(Code) | | Gets the DN for the WSRP producers' Role
For example: cn=WSRPRole,dc=sun,dc=com
|
getUserDN | public static String getUserDN(String org, String instance, String consumer, String user, String portalId)(Code) | | Gets the DN for a producer user entry.
For example: ou=aUser,ou=People,ou=aConsumer,ou=default,ou=WSRPProducers,dc=sun,dc=com
|
|
|