Searched defs:getObject (Results 1 - 25 of 73) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DUMSObject.java49 * UMSObject.getObject( Context ctx, String guid );
55 * UMSObject.getObject( java.security.Principal principal, String guid );
86 static public PersistentObject getObject(SSOToken token, Guid guid) method in class:UMSObject
88 return getObject(token, guid, null);
105 static public PersistentObject getObject( method in class:UMSObject
123 return getObject(principal, guid, attrNames);
152 public static PersistentObject getObject(Principal principal, Guid guid) method in class:UMSObject
154 return getObject(principal, guid, null);
157 public static PersistentObject getObject(Principal principal, Guid guid, method in class:UMSObject
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheObject.java54 public Object getObject() { method in class:CacheObject
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DUMSObject.java49 * UMSObject.getObject( Context ctx, String guid );
55 * UMSObject.getObject( java.security.Principal principal, String guid );
86 static public PersistentObject getObject(SSOToken token, Guid guid) method in class:UMSObject
88 return getObject(token, guid, null);
105 static public PersistentObject getObject( method in class:UMSObject
123 return getObject(principal, guid, attrNames);
152 public static PersistentObject getObject(Principal principal, Guid guid) method in class:UMSObject
154 return getObject(principal, guid, null);
157 public static PersistentObject getObject(Principal principal, Guid guid, method in class:UMSObject
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheObject.java57 public Object getObject() { method in class:CacheObject
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/
H A DSignatureType.java126 * getObject().add(newItem);
136 java.util.List getObject(); method in interface:SignatureType
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DLazyObjectAccessor.java86 public JsonValue getObject() throws SynchronizationException { method in class:LazyObjectAccessor
112 return null != getObject() ? getObject().asMap() : null;
126 * Typically access to objects should be through {@code getObject()} instead,
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DServiceFactory.java404 return getObject(className);
408 private static Object getObject(String className) method in class:ServiceFactory
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java576 wrt.write(getObject((Token) value).toString());
579 public JSONObject getObject(Token value) throws Exception { method in class:MarshallerFactory.JSONTokenMarshaller
589 wrt.write(getObject((Boolean) value).toString());
592 public JSONObject getObject(Boolean value) throws Exception { method in class:MarshallerFactory.JSONBooleanMarshaller
602 wrt.write(getObject((String) value).toString());
605 public JSONObject getObject(String value) throws Exception { method in class:MarshallerFactory.JSONStringMarshaller
615 wrt.write(getObject((String[]) value).toString());
618 public JSONObject getObject(String[] strings) throws Exception { method in class:MarshallerFactory.JSONStringArrayMarshaller
630 wrt.write(getObject((UserDetails) value).toString());
633 public JSONObject getObject(UserDetail method in class:MarshallerFactory.JSONUserDetailsMarshaller
672 public JSONObject getObject(Attribute attr) throws Exception { method in class:MarshallerFactory.JSONAttributeMarshaller
696 public JSONObject getObject(IdentityDetails id) throws Exception { method in class:MarshallerFactory.JSONIdentityDetailsMarshaller
759 public JSONObject getObject(Throwable t) throws Exception { method in class:MarshallerFactory.JSONThrowableMarshaller
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DCommonFactory.java63 result = (IApplicationSSOTokenProvider) getObject(className);
78 result = (IProfileAttributeHelper) getObject(className);
93 result = (ISSOTokenValidator) getObject(className);
109 result = (ILibertyAuthnResponseHelper) getObject(className);
131 result = (IURLFailoverHelper) getObject(className);
155 result = (IHttpServletRequestHelper) getObject(className);
170 result = (IFQDNHelper) getObject(className);
186 result = (INotenforcedURIHelper) getObject(className);
203 result = (ICookieResetHelper) getObject(className);
217 result = (IPatternMatcher) getObject(classNam
258 private Object getObject(String className) throws Exception { method in class:CommonFactory
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/xmlsig/impl/
H A DSignatureTypeImpl.java65 public java.util.List getObject() { method in class:SignatureTypeImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java576 wrt.write(getObject((Token) value).toString());
579 public JSONObject getObject(Token value) throws Exception { method in class:MarshallerFactory.JSONTokenMarshaller
589 wrt.write(getObject((Boolean) value).toString());
592 public JSONObject getObject(Boolean value) throws Exception { method in class:MarshallerFactory.JSONBooleanMarshaller
602 wrt.write(getObject((String) value).toString());
605 public JSONObject getObject(String value) throws Exception { method in class:MarshallerFactory.JSONStringMarshaller
615 wrt.write(getObject((String[]) value).toString());
618 public JSONObject getObject(String[] strings) throws Exception { method in class:MarshallerFactory.JSONStringArrayMarshaller
630 wrt.write(getObject((UserDetails) value).toString());
633 public JSONObject getObject(UserDetail method in class:MarshallerFactory.JSONUserDetailsMarshaller
672 public JSONObject getObject(Attribute attr) throws Exception { method in class:MarshallerFactory.JSONAttributeMarshaller
696 public JSONObject getObject(IdentityDetails id) throws Exception { method in class:MarshallerFactory.JSONIdentityDetailsMarshaller
759 public JSONObject getObject(Throwable t) throws Exception { method in class:MarshallerFactory.JSONThrowableMarshaller
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java339 return (handler.getObject());
480 return ((Map) handler.getObject());
703 Object getObject() { method in class:SOAPClient.SOAPContentHandler
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java362 return (handler.getObject());
511 return ((Map) handler.getObject());
793 Object getObject() { method in class:SOAPClient.SOAPContentHandler
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java362 return (handler.getObject());
511 return ((Map) handler.getObject());
793 Object getObject() { method in class:SOAPClient.SOAPContentHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java339 return (handler.getObject());
480 return ((Map) handler.getObject());
703 Object getObject() { method in class:SOAPClient.SOAPContentHandler

Completed in 375 milliseconds

123