public class SamlPrincipalImpl extends Object implements SamlPrincipal
| Constructor and Description |
|---|
SamlPrincipalImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AssertionType |
getAssertion() |
List<AttributeType> |
getAttributes()
Gets the attributes of the principal
|
SamlNameId |
getNameId()
Gets the name id of the principal.
|
int |
hashCode() |
void |
setAssertion(AssertionType assertion) |
void |
setAttributes(List<AttributeType> attributes) |
void |
setNameId(SamlNameId nameId) |
public SamlNameId getNameId()
SamlPrincipalgetNameId in interface SamlPrincipalpublic void setNameId(SamlNameId nameId)
public List<AttributeType> getAttributes()
SamlPrincipalgetAttributes in interface SamlPrincipalpublic void setAttributes(List<AttributeType> attributes)
public AssertionType getAssertion()
public void setAssertion(AssertionType assertion)
Copyright © 2013 Seam Framework. All Rights Reserved.