Class LoginSession.SerializableRemoteAuthnMetadata.Builder
java.lang.Object
pl.edu.icm.unity.engine.api.authn.LoginSession.SerializableRemoteAuthnMetadata.Builder
- Enclosing class:
- LoginSession.SerializableRemoteAuthnMetadata
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withClassReferences
(List<String> classReferences) withProtocol
(RemoteAuthnMetadata.Protocol protocol) withRemoteIdPId
(String remoteIdPId)
-
Method Details
-
withProtocol
public LoginSession.SerializableRemoteAuthnMetadata.Builder withProtocol(RemoteAuthnMetadata.Protocol protocol) -
withRemoteIdPId
-
withClassReferences
public LoginSession.SerializableRemoteAuthnMetadata.Builder withClassReferences(List<String> classReferences) -
build
-