|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.saml.ext.bean.SubjectBean
public class SubjectBean
Class SubjectBean represents a SAML subject (can be used to create both SAML v1.1 and v2.0 statements) Created on May 20, 2009
Constructor Summary | |
---|---|
SubjectBean()
Constructor SubjectBean creates a new SubjectBean instance. |
|
SubjectBean(String subjectName,
String subjectNameQualifier,
String subjectConfirmationMethod)
Constructor SubjectBean creates a new SubjectBean instance. |
|
SubjectBean(String subjectName,
String subjectNameQualifier,
String subjectConfirmationMethod,
String subjectNameIDFormat)
Constructor SubjectBean creates a new SubjectBean instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Method equals ... |
KeyInfoBean |
getKeyInfo()
Method getKeyInfo returns the keyInfo of this SubjectBean object. |
String |
getSubjectConfirmationMethod()
Method getSubjectConfirmationMethod returns the subjectConfirmationMethod of this SubjectBean object. |
String |
getSubjectName()
Method getSubjectName returns the subjectName of this SubjectBean object. |
String |
getSubjectNameIDFormat()
Method getSubjectNameIDFormat returns the subjectNameIDFormat of this SubjectBean object. |
String |
getSubjectNameQualifier()
Method getSubjectNameQualifier returns the subjectNameQualifier of this SubjectBean object. |
int |
hashCode()
|
void |
setKeyInfo(KeyInfoBean keyInfo)
Method setKeyInfo sets the keyInfo of this SubjectBean object. |
void |
setSubjectConfirmationMethod(String subjectConfirmationMethod)
Method setSubjectConfirmationMethod sets the subjectConfirmationMethod of this SubjectBean object. |
void |
setSubjectName(String subjectName)
Method setSubjectName sets the subjectName of this SubjectBean object. |
void |
setSubjectNameIDFormat(String subjectNameIDFormat)
Method setSubjectNameIDFormat sets the subjectNameIDFormat of this SubjectBean object. |
void |
setSubjectNameQualifier(String subjectNameQualifier)
Method setSubjectNameQualifier sets the subjectNameQualifier of this SubjectBean object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectBean()
public SubjectBean(String subjectName, String subjectNameQualifier, String subjectConfirmationMethod)
subjectName
- of type StringsubjectNameQualifier
- of type StringsubjectConfirmationMethod
- of type Stringpublic SubjectBean(String subjectName, String subjectNameQualifier, String subjectConfirmationMethod, String subjectNameIDFormat)
subjectName
- of type StringsubjectNameQualifier
- of type StringsubjectConfirmationMethod
- of type StringsubjectNameIDFormat
- of type StringMethod Detail |
---|
public String getSubjectName()
public void setSubjectName(String subjectName)
subjectName
- the subjectName of this SubjectBean object.public String getSubjectNameQualifier()
public void setSubjectNameQualifier(String subjectNameQualifier)
subjectNameQualifier
- the subjectNameQualifier of this SubjectBean object.public String getSubjectConfirmationMethod()
public void setSubjectConfirmationMethod(String subjectConfirmationMethod)
subjectConfirmationMethod
- the subjectConfirmationMethod of this
SubjectBean object.public String getSubjectNameIDFormat()
public void setSubjectNameIDFormat(String subjectNameIDFormat)
subjectNameIDFormat
- the subjectNameIDFormat of this SubjectBean object.public KeyInfoBean getKeyInfo()
public void setKeyInfo(KeyInfoBean keyInfo)
keyInfo
- the keyInfo of this SubjectBean object.public boolean equals(Object o)
equals
in class Object
o
- of type Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |