@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface SipLogin
@SipApplication
annotation to represent
the login configuration to be applied for the application.Modifier and Type | Optional Element and Description |
---|---|
String |
authMethod
Method of authentication used while authenticating SIP protocol messages.
|
SipLogin.IdentityAssertion |
identityAssertion
The identity assertion scheme to be used for identity assertion.
|
SipLogin.IdentityAssertionSupport |
identityAssertionSupport
This element is used to specify whether the identity assertion scheme specified
using
identityAssertion is REQUIRED or SUPPORTED by the
application. |
String |
realmName
Specifies the realm name to use for the authentication.
|
public abstract String authMethod
public abstract String realmName
public abstract SipLogin.IdentityAssertion identityAssertion
IdentityAssertion
scheme used for identity assertion.public abstract SipLogin.IdentityAssertionSupport identityAssertionSupport
identityAssertion
is REQUIRED
or SUPPORTED
by the
application. If the identityAssertion
is not specified, the value of this
element will be ignored by the container.IdentityAssertionSupport
of the identityAssertion
.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.