public class SubjectBean extends Object
Constructor and Description |
---|
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.
|
SubjectBean(String subjectName,
String subjectNameQualifier,
String subjectConfirmationMethod,
String subjectNameIDFormat,
String subjectNameSPProvidedID)
Constructor SubjectBean creates a new SubjectBean instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Method equals ...
|
KeyInfoBean |
getKeyInfo()
Method getKeyInfo returns the keyInfo of this SubjectBean object.
|
SubjectConfirmationDataBean |
getSubjectConfirmationData()
Set the SubjectConfirmationData 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.
|
String |
getSubjectNameSPProvidedID() |
int |
hashCode() |
void |
setKeyInfo(KeyInfoBean keyInfo)
Method setKeyInfo sets the keyInfo of this SubjectBean object.
|
void |
setSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationData)
Get the SubjectConfirmationData 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.
|
void |
setSubjectNameSPProvidedID(String subjectNameSPProvidedID) |
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 Stringpublic SubjectBean(String subjectName, String subjectNameQualifier, String subjectConfirmationMethod, String subjectNameIDFormat, String subjectNameSPProvidedID)
subjectName
- of type StringsubjectNameQualifier
- of type StringsubjectConfirmationMethod
- of type StringsubjectNameIDFormat
- of type StringsubjectNameSPProvidedID
- of type Stringpublic 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 String getSubjectNameSPProvidedID()
public void setSubjectNameSPProvidedID(String subjectNameSPProvidedID)
public KeyInfoBean getKeyInfo()
public void setKeyInfo(KeyInfoBean keyInfo)
keyInfo
- the keyInfo of this SubjectBean object.public SubjectConfirmationDataBean getSubjectConfirmationData()
public void setSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationData)
subjectConfirmationData
- the SubjectConfirmationData of this SubjectBean objectpublic boolean equals(Object o)
Copyright © 2017 JBoss by Red Hat. All rights reserved.