Package ddf.security.realm.sts
Class SamlRealm.STSCredentialsMatcher
java.lang.Object
ddf.security.realm.sts.SamlRealm.STSCredentialsMatcher
- All Implemented Interfaces:
org.apache.shiro.authc.credential.CredentialsMatcher
- Enclosing class:
- SamlRealm
protected static class SamlRealm.STSCredentialsMatcher
extends Object
implements org.apache.shiro.authc.credential.CredentialsMatcher
Credentials matcher class that ensures the AuthInfo received from the STS matches the AuthToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
-
Constructor Details
-
STSCredentialsMatcher
protected STSCredentialsMatcher()
-
-
Method Details
-
doCredentialsMatch
public boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info) - Specified by:
doCredentialsMatchin interfaceorg.apache.shiro.authc.credential.CredentialsMatcher
-