Searched defs:subjectSerialized (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1704 * @param subjectSerialized Serialized Subject.
1707 public static Subject getDeSerializedSubject(String subjectSerialized) argument
1712 new DecodeAction(subjectSerialized));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1704 * @param subjectSerialized Serialized Subject.
1707 public static Subject getDeSerializedSubject(String subjectSerialized) argument
1712 new DecodeAction(subjectSerialized));

Completed in 29 milliseconds