Class SamlAttributeEncoder
- java.lang.Object
-
- org.apereo.cas.support.saml.web.idp.profile.builders.enc.attribute.SamlAttributeEncoder
-
- All Implemented Interfaces:
org.apereo.cas.authentication.ProtocolAttributeEncoder
public class SamlAttributeEncoder extends java.lang.Object implements org.apereo.cas.authentication.ProtocolAttributeEncoderThis isSamlAttributeEncoder.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description SamlAttributeEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>encodeAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes, org.apereo.cas.services.RegisteredService service)
-
-
-
Method Detail
-
encodeAttributes
public java.util.Map<java.lang.String,java.lang.Object> encodeAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes, org.apereo.cas.services.RegisteredService service)- Specified by:
encodeAttributesin interfaceorg.apereo.cas.authentication.ProtocolAttributeEncoder
-
-