Searched defs:PCMappingTable (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DPCMappingTable.java25 * $Id: PCMappingTable.java,v 1.3 2009/01/28 05:34:50 ww203982 Exp $
43 class PCMappingTable implements java.io.Serializable { class in inherits:java.io.Serializable
45 protected PCMappingTable(java.security.Principal principal, method in class:PCMappingTable
52 * Gets the PCMappingTable associated with the given organization
56 * @return PCMappingTable associated with the given organization
60 public static PCMappingTable getPCMappingTable(Organization org)
87 PCMappingTable mt = new PCMappingTable(
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DPCMappingTable.java25 * $Id: PCMappingTable.java,v 1.3 2009/01/28 05:34:50 ww203982 Exp $
43 class PCMappingTable implements java.io.Serializable { class in inherits:java.io.Serializable
45 protected PCMappingTable(java.security.Principal principal, method in class:PCMappingTable
52 * Gets the PCMappingTable associated with the given organization
56 * @return PCMappingTable associated with the given organization
60 public static PCMappingTable getPCMappingTable(Organization org)
87 PCMappingTable mt = new PCMappingTable(

Completed in 27 milliseconds