Searched refs:RequestAuthnContextType (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb11/
H A DCredentialsContextType.java94 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
97 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
104 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
107 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb11/
H A DCredentialsContextType.java94 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
97 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
104 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
107 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/
H A DRequestAuthnContextElement.java36 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType
H A DRequestAuthnContextType.java33 public interface RequestAuthnContextType { interface
H A DAuthnRequestType.java172 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
175 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
182 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
185 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
H A DObjectFactory.java86 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class), "com.sun.identity.liberty.ws.common.jaxb.ps.impl.RequestAuthnContextTypeImpl");
853 * Create an instance of RequestAuthnContextType
858 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType createRequestAuthnContextType()
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/
H A DRequestAuthnContextElement.java36 extends javax.xml.bind.Element, com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType
H A DRequestAuthnContextType.java33 public interface RequestAuthnContextType { interface
H A DAuthnRequestType.java172 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
175 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
182 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
185 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
H A DObjectFactory.java86 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class), "com.sun.identity.liberty.ws.common.jaxb.ps.impl.RequestAuthnContextTypeImpl");
853 * Create an instance of RequestAuthnContextType
858 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType createRequestAuthnContextType()
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/authnsvc/jaxb/
H A DSASLRequestType.java121 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
124 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
131 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
134 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/authnsvc/jaxb/
H A DSASLRequestType.java121 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
124 com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext();
131 * {@link com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType}
134 void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value);
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DRequestAuthnContextTypeImpl.java11 public class RequestAuthnContextTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
21 return (com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class);
186 return (com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class);
H A DAuthnRequestTypeImpl.java25 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
98 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
102 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb11/impl/
H A DCredentialsContextTypeImpl.java18 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
55 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
59 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DRequestAuthnContextTypeImpl.java11 public class RequestAuthnContextTypeImpl implements com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
21 return (com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class);
186 return (com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType.class);
H A DAuthnRequestTypeImpl.java25 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
98 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
102 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/soapbinding/jaxb11/impl/
H A DCredentialsContextTypeImpl.java18 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
55 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
59 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/authnsvc/jaxb/impl/
H A DSASLRequestTypeImpl.java18 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
59 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
63 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/authnsvc/jaxb/impl/
H A DSASLRequestTypeImpl.java18 protected com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType _RequestAuthnContext;
59 public com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType getRequestAuthnContext() {
63 public void setRequestAuthnContext(com.sun.identity.liberty.ws.common.jaxb.ps.RequestAuthnContextType value) {

Completed in 1112 milliseconds