Searched defs:profile (Results 1 - 25 of 155) sorted by relevance

1234567

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A Dpackage-info.java34 package com.sun.identity.saml2.profile;
H A DCacheCleanUpScheduler.java30 package com.sun.identity.saml2.profile;
H A DClientFaultException.java17 package com.sun.identity.saml2.profile;
H A DServerFaultException.java17 package com.sun.identity.saml2.profile;
H A DUnableToRedirectException.java17 package com.sun.identity.saml2.profile;
H A DAuthnRequestInfoCopy.java16 package com.sun.identity.saml2.profile;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A Dpackage-info.java34 package com.sun.identity.saml2.profile;
H A DCacheCleanUpScheduler.java30 package com.sun.identity.saml2.profile;
32 import static com.sun.identity.saml2.profile.SPCache.*;
H A DClientFaultException.java17 package com.sun.identity.saml2.profile;
H A DServerFaultException.java17 package com.sun.identity.saml2.profile;
H A DUnableToRedirectException.java17 package com.sun.identity.saml2.profile;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityTokenFactory.java29 package com.sun.identity.wsfederation.profile;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityTokenFactory.java29 package com.sun.identity.wsfederation.profile;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java59 * Creates a new resource instance for the named profile.
61 * @param profile
62 * The name of the profile.
63 * @return Returns the resource instance for the named profile.
66 String profile) {
68 + profile);
65 createForProfile( String profile) argument
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java63 LDAPProfile profile) {
64 this.driver = new LDAPDriver(this, connection, profile);
62 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java60 * Creates a new resource instance for the named profile.
62 * @param profile
63 * The name of the profile.
64 * @return Returns the resource instance for the named profile.
67 String profile) {
69 + profile);
66 createForProfile( String profile) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java64 LDAPProfile profile) {
65 this.driver = new LDAPDriver(this, connection, profile);
63 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java60 * Creates a new resource instance for the named profile.
62 * @param profile
63 * The name of the profile.
64 * @return Returns the resource instance for the named profile.
67 String profile) {
69 + profile);
66 createForProfile( String profile) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java64 LDAPProfile profile) {
65 this.driver = new LDAPDriver(this, connection, profile);
63 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java59 * Creates a new resource instance for the named profile.
61 * @param profile
62 * The name of the profile.
63 * @return Returns the resource instance for the named profile.
66 String profile) {
68 + profile);
65 createForProfile( String profile) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java63 LDAPProfile profile) {
64 this.driver = new LDAPDriver(this, connection, profile);
62 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java60 * Creates a new resource instance for the named profile.
62 * @param profile
63 * The name of the profile.
64 * @return Returns the resource instance for the named profile.
67 String profile) {
69 + profile);
66 createForProfile( String profile) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java64 LDAPProfile profile) {
65 this.driver = new LDAPDriver(this, connection, profile);
63 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java56 * Creates a new resource instance for the named profile.
58 * @param profile
59 * The name of the profile.
60 * @return Returns the resource instance for the named profile.
62 public static ManagedObjectDefinitionResource createForProfile(String profile) { argument
63 return new ManagedObjectDefinitionResource("admin.profiles." + profile);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPManagementContext.java64 LDAPProfile profile) {
65 this.driver = new LDAPDriver(this, connection, profile);
63 LDAPManagementContext(LDAPConnection connection, LDAPProfile profile) argument

Completed in 139 milliseconds

1234567