org.jboss.seam.security.external.saml.api
Interface SamlPrincipal

All Known Implementing Classes:
SamlPrincipalImpl

public interface SamlPrincipal

Object respresenting a person that has been authenticated using SAML.

Author:
Marcel Kolsteren

Method Summary
 List<AttributeType> getAttributes()
          Gets the attributes of the principal
 SamlNameId getNameId()
          Gets the name id of the principal.
 

Method Detail

getNameId

SamlNameId getNameId()
Gets the name id of the principal.

Returns:
the name id

getAttributes

List<AttributeType> getAttributes()
Gets the attributes of the principal

Returns:
the attributes


Copyright © 2011 Seam Framework. All Rights Reserved.