Searched refs:profile (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/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 DCacheObject.java31 package com.sun.identity.saml2.profile;
H A DUnableToRedirectException.java17 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 DCacheObject.java32 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/org/forgerock/openam/saml2/
H A DSAMLAuthenticatorLookup.java19 import com.sun.identity.saml2.profile.ClientFaultException;
20 import com.sun.identity.saml2.profile.ServerFaultException;
H A DSAMLAuthenticator.java19 import com.sun.identity.saml2.profile.FederatedSSOException;
H A DIDPRequestValidator.java20 import com.sun.identity.saml2.profile.ClientFaultException;
21 import com.sun.identity.saml2.profile.ServerFaultException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DSAMLAuthenticatorLookup.java19 import com.sun.identity.saml2.profile.ClientFaultException;
20 import com.sun.identity.saml2.profile.ServerFaultException;
H A DSAMLAuthenticator.java19 import com.sun.identity.saml2.profile.FederatedSSOException;
H A DIDPRequestValidator.java20 import com.sun.identity.saml2.profile.ClientFaultException;
21 import com.sun.identity.saml2.profile.ServerFaultException;
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DTrustedDevicesResource.java54 protected ResourceResponse convertValue(JsonValue profile) throws ParseException { argument
55 final JsonValue lastSelectedDateJson = profile.get(LAST_SELECTED_DATE_KEY);
71 profile.put(LAST_SELECTED_DATE_KEY, formatted);
72 return newResourceResponse(profile.get("name").asString(), profile.hashCode() + "", profile);
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DProfilePersister.java30 * Persists the user's device print profile in LDAP.
57 * Saves the device print as a new profile, with a generated name.
66 * Saves the device print as a new profile, with the specified name.
78 DEBUG.message("Removing oldest user profile due to maximum profiles stored quantity");
83 Map<String, Object> profile = new HashMap<String, Object>();
84 profile.put("uuid", uuid);
85 profile.put("name", (name == null || name.isEmpty()) ? generateProfileName(new Date(lastSelectedDate)) : name);
86 profile.put("selectionCounter", 1);
87 profile.put("lastSelectedDate", lastSelectedDate);
88 profile
[all...]
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DProfilePersister.java32 * Persists the user's device print profile in LDAP.
59 * Saves the device print as a new profile, with a generated name.
68 * Saves the device print as a new profile, with the specified name.
80 DEBUG.message("Removing oldest user profile due to maximum profiles stored quantity");
85 Map<String, Object> profile = new HashMap<String, Object>();
86 profile.put("uuid", uuid);
87 profile.put("name", (name == null || name.isEmpty()) ? generateProfileName(new Date(lastSelectedDate)) : name);
88 profile.put("selectionCounter", 1);
89 profile.put("lastSelectedDate", lastSelectedDate);
90 profile
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java62 * @param profile
63 * The LDAP profile which should be used to construct LDAP
69 LDAPProfile profile) {
70 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
85 * @param profile
86 * The LDAP profile which should be used to construct LDAP
92 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
93 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
109 * @param profile
110 * The LDAP profile whic
68 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
91 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
115 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
127 private final LDAPProfile profile; field in class:LDAPNameBuilder
138 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java63 * @param profile
64 * The LDAP profile which should be used to construct LDAP
70 LDAPProfile profile) {
71 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
86 * @param profile
87 * The LDAP profile which should be used to construct LDAP
93 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
94 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
110 * @param profile
111 * The LDAP profile whic
69 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
92 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
116 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
128 private final LDAPProfile profile; field in class:LDAPNameBuilder
139 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java63 * @param profile
64 * The LDAP profile which should be used to construct LDAP
70 LDAPProfile profile) {
71 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
86 * @param profile
87 * The LDAP profile which should be used to construct LDAP
93 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
94 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
110 * @param profile
111 * The LDAP profile whic
69 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
92 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
116 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
128 private final LDAPProfile profile; field in class:LDAPNameBuilder
139 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java62 * @param profile
63 * The LDAP profile which should be used to construct LDAP
69 LDAPProfile profile) {
70 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
85 * @param profile
86 * The LDAP profile which should be used to construct LDAP
92 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
93 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
109 * @param profile
110 * The LDAP profile whic
68 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
91 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
115 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
127 private final LDAPProfile profile; field in class:LDAPNameBuilder
138 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java63 * @param profile
64 * The LDAP profile which should be used to construct LDAP
70 LDAPProfile profile) {
71 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
86 * @param profile
87 * The LDAP profile which should be used to construct LDAP
93 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
94 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
110 * @param profile
111 * The LDAP profile whic
69 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
92 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
116 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
128 private final LDAPProfile profile; field in class:LDAPNameBuilder
139 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPNameBuilder.java63 * @param profile
64 * The LDAP profile which should be used to construct LDAP
70 LDAPProfile profile) {
71 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
86 * @param profile
87 * The LDAP profile which should be used to construct LDAP
93 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
94 LDAPNameBuilder builder = new LDAPNameBuilder(profile);
110 * @param profile
111 * The LDAP profile whic
69 create(ManagedObjectPath<?, ?> path, LDAPProfile profile) argument
92 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
116 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
127 private final LDAPProfile profile; field in class:LDAPNameBuilder
136 LDAPNameBuilder(LDAPProfile profile) argument
[all...]
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-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A DDNBuilder.java58 * @param profile
59 * The LDAP profile which should be used to construct LDAP names.
62 static DN create(ManagedObjectPath<?, ?> path, LDAPProfile profile) { argument
63 DNBuilder builder = new DNBuilder(profile);
76 * @param profile
77 * The LDAP profile which should be used to construct LDAP names.
82 InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) {
83 DNBuilder builder = new DNBuilder(profile);
97 * @param profile
98 * The LDAP profile whic
81 create(ManagedObjectPath<?, ?> path, InstantiableRelationDefinition<?, ?> relation, LDAPProfile profile) argument
102 create(ManagedObjectPath<?, ?> path, SetRelationDefinition<?, ?> relation, LDAPProfile profile) argument
113 private final LDAPProfile profile; field in class:DNBuilder
121 DNBuilder(LDAPProfile profile) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java33 import com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java33 import com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse;

Completed in 39 milliseconds

1234567891011>>