#include <saml/saml1/core/Assertions.h>
Inheritance diagram for opensaml::saml1::AuthenticationStatement:
Public Member Functions | |
virtual AuthenticationStatement * | cloneAuthenticationStatement () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getAuthenticationMethod () const =0 |
Returns the AuthenticationMethod attribute. | |
virtual void | setAuthenticationMethod (const XMLCh *AuthenticationMethod)=0 |
Sets the AuthenticationMethod attribute. | |
virtual const xercesc::XMLDateTime * | getAuthenticationInstant () const =0 |
Returns the AuthenticationInstant attribute. | |
virtual void | setAuthenticationInstant (const xercesc::XMLDateTime *AuthenticationInstant)=0 |
Sets the AuthenticationInstant attribute. | |
virtual time_t | getAuthenticationInstantEpoch () const =0 |
Returns the AuthenticationInstant attribute in epoch form. | |
virtual void | setAuthenticationInstant (time_t AuthenticationInstant)=0 |
Sets the AuthenticationInstant attribute. | |
virtual void | setAuthenticationInstant (const XMLCh *AuthenticationInstant)=0 |
Sets the AuthenticationInstant attribute. | |
virtual SubjectLocality * | getSubjectLocality () const =0 |
Returns the SubjectLocality child. | |
virtual void | setSubjectLocality (SubjectLocality *child)=0 |
Sets the SubjectLocality child. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AuthorityBinding * > > | getAuthorityBindings ()=0 |
Returns modifiable AuthorityBinding collection. | |
virtual const std::vector< AuthorityBinding * > & | getAuthorityBindings () const =0 |
Returns reference to immutable AuthorityBinding collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | AUTHENTICATIONMETHOD_ATTRIB_NAME [] |
AuthenticationMethod attribute name. | |
static const XMLCh | AUTHENTICATIONINSTANT_ATTRIB_NAME [] |
AuthenticationInstant attribute name. | |
static const XMLCh | TYPE_NAME [] |
AuthenticationStatementType local name. |