org.n52.security.authentication
Class SAMLCredential

java.lang.Object
  extended by org.n52.security.authentication.SAMLCredential
All Implemented Interfaces:
Credential

public class SAMLCredential
extends java.lang.Object
implements Credential

A SAMLCredential represents a credential based on a SAML-Response or SAML-Assertion.

Author:
Arne Broering

Constructor Summary
SAMLCredential(SAMLTicket samlTicket)
          Constructor creates a new instance.
 
Method Summary
 SAMLTicket getSAMLTicket()
          Method gets the samlTicket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLCredential

public SAMLCredential(SAMLTicket samlTicket)
Constructor creates a new instance.

Parameters:
samlTicket - the samlTicket.
Method Detail

getSAMLTicket

public SAMLTicket getSAMLTicket()
Method gets the samlTicket.

Returns:
SAMLTicket.


Copyright © 2004-2009 52north.org. All Rights Reserved.