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
Afficher le fichier Open project: Sn3b/Omniture-API

Méthodes protégées

Méthode Description
CanValidateTokenCore ( System token ) : bool
ValidateTokenCore ( System token ) : ReadOnlyCollection

Private Methods

Méthode Description
SecurityTokenAuthenticator ( PasswordProvider passwordProvider ) : System.Collections.Generic

Method Details

CanValidateTokenCore() protected méthode

protected CanValidateTokenCore ( System token ) : bool
token System
Résultat bool

ValidateTokenCore() protected méthode

protected ValidateTokenCore ( System token ) : ReadOnlyCollection
token System
Résultat ReadOnlyCollection