Searched refs:getType (Results 1 - 25 of 1488) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOTokenEvent.java94 int getType() throws SSOException; method in interface:SSOTokenEvent
/forgerock/openam/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOTokenEvent.java94 int getType() throws SSOException; method in interface:SSOTokenEvent
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/
H A DImportStep.java44 String getType(); method in interface:ImportStep
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DCRESTHelper.groovy110 if (String.class.equals(attributeInfo.getType())) {
112 } else if (Long.TYPE.equals(attributeInfo.getType()) || Long.class.equals(attributeInfo.getType())) {
114 } else if (Character.TYPE.equals(attributeInfo.getType()) || Character.class
115 .equals(attributeInfo.getType())) {
117 } else if (Double.TYPE.equals(attributeInfo.getType()) || Double.class.equals(attributeInfo.getType())) {
119 } else if (Float.TYPE.equals(attributeInfo.getType()) || Float.class.equals(attributeInfo.getType())) {
121 } else if (Integer.TYPE.equals(attributeInfo.getType()) || Intege
[all...]
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClient.java71 public String getType() { method in class:Client.ClientType
128 public String getType() { method in class:Client.SubjectType
185 public String getType() { method in class:Client.ApplicationType
240 public String getType() { method in class:Client.TokenEndpointAuthMethod
291 public String getType() { method in class:Client.PublicKeySelector
391 put(OAuth2Constants.ShortClientAttributeNames.JWKS.getType(), jwks);
399 return get(OAuth2Constants.ShortClientAttributeNames.JWKS.getType()).asString();
406 return get(OAuth2Constants.ShortClientAttributeNames.JWKS_URI.getType()).asString();
413 return get(OAuth2Constants.ShortClientAttributeNames.X509.getType()).asString();
420 return get(OAuth2Constants.ShortClientAttributeNames.PUBLIC_KEY_SELECTOR.getType())
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DClient.java71 public String getType() { method in class:Client.ClientType
128 public String getType() { method in class:Client.SubjectType
185 public String getType() { method in class:Client.ApplicationType
240 public String getType() { method in class:Client.TokenEndpointAuthMethod
291 public String getType() { method in class:Client.PublicKeySelector
391 put(OAuth2Constants.ShortClientAttributeNames.JWKS.getType(), jwks);
399 return get(OAuth2Constants.ShortClientAttributeNames.JWKS.getType()).asString();
406 return get(OAuth2Constants.ShortClientAttributeNames.JWKS_URI.getType()).asString();
413 return get(OAuth2Constants.ShortClientAttributeNames.X509.getType()).asString();
420 return get(OAuth2Constants.ShortClientAttributeNames.PUBLIC_KEY_SELECTOR.getType())
[all...]
H A DOpenIdConnectClientRegistrationService.java150 if (input.get(JWKS.getType()).asString() != null) {
154 JsonValueBuilder.toJsonValue(input.get(JWKS.getType()).asString());
159 clientBuilder.setJwks(input.get(JWKS.getType()).asString());
160 clientBuilder.setPublicKeySelector(Client.PublicKeySelector.JWKS.getType());
163 if (input.get(JWKS_URI.getType()).asString() != null) {
170 new URL(input.get(JWKS_URI.getType()).asString());
175 clientBuilder.setJwksUri(input.get(JWKS_URI.getType()).asString());
176 clientBuilder.setPublicKeySelector(Client.PublicKeySelector.JWKS_URI.getType());
180 if (input.get(X509.getType()).asString() != null) {
181 clientBuilder.setX509(input.get(X509.getType())
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/openidconnect/
H A DOpenAMOpenIdConnectClientRegistrationService.java142 if (input.get(JWKS.getType()).asString() != null) {
146 JsonValueBuilder.toJsonValue(input.get(JWKS.getType()).asString());
151 clientBuilder.setJwks(input.get(JWKS.getType()).asString());
152 clientBuilder.setPublicKeySelector(Client.PublicKeySelector.JWKS.getType());
155 if (input.get(JWKS_URI.getType()).asString() != null) {
162 new URL(input.get(JWKS_URI.getType()).asString());
167 clientBuilder.setJwksUri(input.get(JWKS_URI.getType()).asString());
168 clientBuilder.setPublicKeySelector(Client.PublicKeySelector.JWKS_URI.getType());
172 if (input.get(X509.getType()).asString() != null) {
173 clientBuilder.setX509(input.get(X509.getType())
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java82 public Type getType() method in class:CategorizedComboBoxElement
93 return desc.getType() == getType()
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecontext/
H A DContextKey.java31 public Class<Boolean> getType() {
43 public Class<Boolean> getType() {
58 public abstract Class<T> getType(); method in class:ContextKey
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecontext/
H A DContextKey.java31 public Class<Boolean> getType() {
43 public Class<Boolean> getType() {
58 public abstract Class<T> getType(); method in class:ContextKey
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationActionEvent.java61 public int getType(); method in interface:ConfigurationActionEvent
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DXACMLOpenSSOPrivilege.java43 public PrivilegeType getType() { method in class:XACMLOpenSSOPrivilege
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeEvent.java34 public EventType getType() { method in class:IndexChangeEvent
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DXACMLOpenSSOPrivilege.java43 public PrivilegeType getType() { method in class:XACMLOpenSSOPrivilege
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/events/
H A DIndexChangeEvent.java34 public EventType getType() { method in class:IndexChangeEvent
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationActionEvent.java61 public int getType(); method in interface:ConfigurationActionEvent
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java81 public Type getType() method in class:CategorizedComboBoxElement
97 equals = (desc.getType() == getType()) &&
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java82 public Type getType() method in class:CategorizedComboBoxElement
98 equals = (desc.getType() == getType()) &&
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java82 public Type getType() method in class:CategorizedComboBoxElement
98 equals = (desc.getType() == getType()) &&
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java81 public Type getType() method in class:CategorizedComboBoxElement
97 equals = (desc.getType() == getType()) &&
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCategorizedComboBoxElement.java82 public Type getType() method in class:CategorizedComboBoxElement
98 equals = (desc.getType() == getType()) &&
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSMSubConfigComparator.java69 int compareType = collator.compare(s1.getType(), s2.getType());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSMSubConfigComparator.java69 int compareType = collator.compare(s1.getType(), s2.getType());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java87 public Type getType() { method in class:BrowserEvent

Completed in 46 milliseconds

1234567891011>>