C# Class Omniture.CustomToken.SecurityTokenAuthenticator

SecurityTokenAuthenticator for use with the Custom Token This validates the username token against a directory of username-password pairs
Inheritance: System.IdentityModel.Selectors.SecurityTokenAuthenticator
Mostra file Open project: Sn3b/Omniture-API

Protected Methods

Method Description
CanValidateTokenCore ( System token ) : bool
ValidateTokenCore ( System token ) : ReadOnlyCollection

Private Methods

Method Description
SecurityTokenAuthenticator ( PasswordProvider passwordProvider ) : System.Collections.Generic

Method Details

CanValidateTokenCore() protected method

protected CanValidateTokenCore ( System token ) : bool
token System
return bool

ValidateTokenCore() protected method

protected ValidateTokenCore ( System token ) : ReadOnlyCollection
token System
return ReadOnlyCollection