Searched refs:NewID (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DNewEncryptedID.java50 * Returns an instance of <code>NewID</code> object.
53 * @return <code>NewID</code> object.
56 NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception;
H A DManageNameIDRequest.java53 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}NewID"/>
99 * Returns the value of the <code>NewID</code> property.
101 * @return the value of the <code>NewID</code> property.
103 NewID getNewID();
106 * Sets the value of the <code>NewID</code> property.
108 * @param value the value of the <code>NewID</code> property.
111 void setNewID(NewID value)
H A DNewID.java25 * $Id: NewID.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
43 public interface NewID { interface
45 * Returns the value of the <code>NewID</code> URI.
47 * @return value of the <code>NewID</code> URI.
H A DProtocolFactory.java825 * @param value DOM element representing <code>NewID</code>
830 public NewID createNewID(Element value)
837 return (NewID) obj;
844 * @param value of the <code>NewID<code>.
848 public NewID createNewID(String value)
855 return (NewID) obj;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DManageNameIDRequest.java54 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}NewID"/>
102 * Returns the value of the <code>NewID</code> property.
104 * @return the value of the <code>NewID</code> property.
106 NewID getNewID();
109 * Sets the value of the <code>NewID</code> property.
111 * @param value the value of the <code>NewID</code> property.
114 void setNewID(NewID value)
H A DNewEncryptedID.java54 * Returns an instance of <code>NewID</code> object.
57 * @return <code>NewID</code> object.
60 NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception;
H A DNewID.java25 * $Id: NewID.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
48 public interface NewID { interface
50 * Returns the value of the <code>NewID</code> URI.
52 * @return value of the <code>NewID</code> URI.
H A DProtocolFactory.java825 * @param value DOM element representing <code>NewID</code>
830 public NewID createNewID(Element value)
837 return (NewID) obj;
844 * @param value of the <code>NewID<code>.
848 public NewID createNewID(String value)
855 return (NewID) obj;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java42 import com.sun.identity.saml2.protocol.NewID;
59 private NewID newID = null;
121 public NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception {
H A DNewIDImpl.java38 import com.sun.identity.saml2.protocol.NewID;
51 public class NewIDImpl implements NewID {
52 public final String elementName = "NewID";
56 * Constructor to create the <code>NewID</code> Object.
58 * @param element Document Element of <code>NewID</code> Object.
59 * @throws SAML2Exception if <code>NewID<code> cannot be created.
67 * Constructor to create the <code>NewID</code> Object.
69 * @param value of the <code>NewID<code>.
70 * @throws SAML2Exception if <code>NewID<code> cannot be created.
77 * Returns the value of the <code>NewID</cod
[all...]
H A DManageNameIDRequestImpl.java49 import com.sun.identity.saml2.protocol.NewID;
57 private NewID newID = null;
164 } else if (cName.equals("NewID")) {
240 * Returns the value of the <code>NewID</code> property.
242 * @return the value of the <code>NewID</code> property.
243 * @see #setNewID(NewID)
245 public NewID getNewID()
251 * Sets the value of the <code>NewID</code> property.
253 * @param value the value of the <code>NewID</code> property.
257 public void setNewID(NewID valu
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java42 import com.sun.identity.saml2.protocol.NewID;
59 private NewID newID = null;
121 public NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception {
H A DNewIDImpl.java38 import com.sun.identity.saml2.protocol.NewID;
51 public class NewIDImpl implements NewID {
52 public final String elementName = "NewID";
56 * Constructor to create the <code>NewID</code> Object.
58 * @param element Document Element of <code>NewID</code> Object.
59 * @throws SAML2Exception if <code>NewID<code> cannot be created.
67 * Constructor to create the <code>NewID</code> Object.
69 * @param value of the <code>NewID<code>.
70 * @throws SAML2Exception if <code>NewID<code> cannot be created.
77 * Returns the value of the <code>NewID</cod
[all...]
H A DManageNameIDRequestImpl.java49 import com.sun.identity.saml2.protocol.NewID;
57 private NewID newID = null;
164 } else if (cName.equals("NewID")) {
240 * Returns the value of the <code>NewID</code> property.
242 * @return the value of the <code>NewID</code> property.
243 * @see #setNewID(NewID)
245 public NewID getNewID()
251 * Sets the value of the <code>NewID</code> property.
253 * @param value the value of the <code>NewID</code> property.
257 public void setNewID(NewID valu
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java92 import com.sun.identity.saml2.protocol.NewID;
252 boolean changeID = "NewID".equals(requestType);
1061 NewID newID = getNewIDFromMNIRequest(mniRequest, realm, hostEntityID,
1832 NewID newID = null;
1893 static private NewID getNewIDFromMNIRequest(ManageNameIDRequest request,
1907 NewID newID = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java94 import com.sun.identity.saml2.protocol.NewID;
254 boolean changeID = "NewID".equals(requestType);
1063 NewID newID = getNewIDFromMNIRequest(mniRequest, realm, hostEntityID,
1834 NewID newID = null;
1895 static private NewID getNewIDFromMNIRequest(ManageNameIDRequest request,
1909 NewID newID = null;

Completed in 42 milliseconds